Create snapshot on multiple VMWare vSphere ESX virtual machines

I wrote a simple script which creates a snapshot on multiple machines. This can also be used to delete snapshots on multiple machines. You’ll need vmware SDK for perl and an answer file with IPs separated by a carriage return like: 192.168.1.100 192.168.1.101 Then use this script: #!/bin/bash API_User=administrator API_Password=INSERT_PASSWORD snapshotName=test answerFile=./answerFile.txt destinationFile=/var/www/default/htdocs/SnapshotsCreated.txt date >> … Continue reading Create snapshot on multiple VMWare vSphere ESX virtual machines